home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / shared.dir / 00201_DOUBLE CLICK FWD HOT SPOT.ls next >
Encoding:
Text File  |  1995-08-22  |  85 b   |  7 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     wait(20)
  4.     go(the frame + 1)
  5.   end if
  6. end
  7.